Wiki
New
List all pages
Page name
Content
**Eksempel med `linuxserver/letsencrypt`:** - Update the image: `docker pull linuxserver/letsencrypt` - Stop the running container: `docker stop letsencrypt` - Delete the container: `docker rm letsencrypt` - Recreate a new container with the same docker create parameters as instructed above *(if mapped correctly to a host folder, your /config folder and settings will be preserved)* - Start the new container: `docker start letsencrypt` - You can also remove the old dangling images: `docker image prune`
Save